home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The National Palace Museum Experience
/
The National Palace Museum Experience.iso
/
Programs
/
Panorama.dxr
/
00049_MenuAudioGuide hilite.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-11-19
|
305 b
|
10 lines
on mouseDown
global btnaudioguide, roomnumber
set btnaudioguide to the clickOn
puppetSprite(btnaudioguide, 1)
set the castNum of sprite btnaudioguide to the number of member "MenuAudioGuide Down"
puppetSound(3, "Button")
updateStage()
sound playFile 2, "..\Audio\" & roomnumber & ".wav"
end